home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EuroCD 3
/
EuroCD 3.iso
/
Graphics_Utils
/
Video Easel
/
CAMRexx
/
TM-Gas.rexx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1998-06-24
|
289 b
|
16 lines
/* TM-Gas by an idea of Toffoli, in CAMRexx by THOR */
MakeAlgorithm:
PLANEALGORITHM margolus hvphases
return
MakePlane:
if center=opp & cw=ccw & center~=cw then
SETPLANE center
else; do
if phase then SETPLANE cw
else SETPLANE ccw
end
return